Welcome![Sign In][Sign Up]
Location:
Search - mfc bmp

Search list

[EditBoxmfc的文件显示 byhangke

Description: 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1, the procedures required to submit perpendicular operation at the table or database structure and detailed manuals, source programs. 2, master bitmap related concepts. 3, learning how to use the resources editors edit bitmap. 4, programming can use API programming or MFC programming. 5, the proposed procedure can only handle 24-bit true color map. 6, after running through the options document | Open menu option after a BMP file, if not BMP files or not true color documents, procedures should report information. If the option is the true color of the bitmap graphics will be shown in the window and filled the entire area customers. If the adjustment window graphics were also followed changes. Customers always filled the entire area
Platform: | Size: 27165 | Author: 八云 | Hits:

[Dialog_Windowbmp

Description: MFC功能 小畫家執行塗鴉功能 以及開啟圖檔
Platform: | Size: 58780 | Author: joy | Hits:

[Other resourcebmp

Description: 简单易用 的 读取bmp文件的程序,用mfc编写,但没有写文件操作
Platform: | Size: 1869 | Author: 李刚 | Hits:

[Other resourceBMP

Description: BMP图象解析,分析了BMP图像的结构,并且用WORD形式做了总结。程序是用MFC做的。可以显示BMP图片,是一些基础知识点
Platform: | Size: 70371 | Author: 韩义 | Hits:

[Other resourceBMP

Description: 利用mfc打开bmp位图图片,效率高!很好用!
Platform: | Size: 71907 | Author: sxwa | Hits:

[GDI-BitmapBMP

Description: 在MFC下编写的BMP查看源码,还有一些关于BMP的一些资料
Platform: | Size: 118370 | Author: maybemay | Hits:

[GDI-Bitmapbmp打开放大以及变色

Description: 使用MFC打开BMP文件 并可以发大缩小,以及色相的改变-use MFC open BMP file and can make a big narrow, and the changes hue
Platform: | Size: 57233 | Author: 小猪 | Hits:

[SourceCode图像显示

Description: MFC中显示bmp图像
Platform: | Size: 2027798 | Author: 506110294@qq.com | Hits:

[SourceCodeBMPMFC

Description: 在对数字图像处理时,有时要边缘检测等一些图像处理,要先读入bmp文件,
Platform: | Size: 2008177 | Author: 815000452@qq.com | Hits:

[SourceCode通用的图片显示class

Description: 本程序中实现了一个DisplayControlPic类,可以很方便的用来显示多种图片格式,例如bmp, jpg, gif. DisplayControlPic封装了对图片操作的管理,可以将该类与任意CWnd类进行绑定,从而在上面显示图片,适用于Windows MFC编程。
Platform: | Size: 1995619 | Author: shrekei | Hits:

[OpenGL programthreedbmp

Description: 在MFC中调用OpenGL库函数来实现二维图像的三维显示-OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
Platform: | Size: 105472 | Author: | Hits:

[OtherRGB-HSI

Description: 这是一个实现从RGB到HSI的互换的程序,你可以将一个你所喜欢的bmp文件在本程序中转换。-This is a realization from RGB to the HSI Exchange of procedures, you can be one you like bmp file in the conversion process.
Platform: | Size: 3072 | Author: 王瑞 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106496 | Author: 李茜 | Hits:

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106496 | Author: 张立强 | Hits:

[Windows Develop图片转换

Description: 使用工具:VC++6.0(MFC) 程序名:ChangeImg.exe 功能:完成256色的pcx的图片转成bmp格式文件-use of tools : VC 6.0 (MFC) procedures Name : ChangeImg.exe functions : to complete the 256 color pictures nil conversion bmp format
Platform: | Size: 4558848 | Author: dai | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105472 | Author: 周立 | Hits:

[Picture Viewermfc_general_diblook

Description: 微软的msdn上的位图显示的例程,可以读出dib位图文件,同时也可以读取bmp位图文件-Microsoft's flowing spaces on the map shows the routines that can read out the Freehand bitmap files, and can also read bmp bitmap file
Platform: | Size: 1300480 | Author: 黄显 | Hits:

[2D GraphicRotateBmp

Description: 可载入bmp图档 并且调整旋转角度,经过程式运算即可显示旋转后的结果在画面中-bmp image files can be printed and rotation angle adjustment, after computing program can show the results of rotating the picture
Platform: | Size: 1409024 | Author: 林世伟 | Hits:

[Graph DrawingMFC画图板

Description: MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)
Platform: | Size: 5143552 | Author: hkjabcd | Hits:

[Windows Develop基于MFC的CIS控制程序

Description: vs2015下MFC程序。内容为CMOS图像传感器的控制。包括,CMOS图像传感器的连接,数据采集,数据转换为bmp文件格式保存到指定目录,采集数据显示到窗口等
Platform: | Size: 109687739 | Author: sdustthz | Hits:
« 1 2 34 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net